home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TIMPORTFRM / TIMPORTFRM.txt
Text File  |  2006-04-19  |  2KB  |  91 lines

  1. object ImportFrm: TImportFrm
  2.   Left = 200
  3.   Top = 108
  4.   ActiveControl = Button1
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsSingle
  7.   ClientHeight = 196
  8.   ClientWidth = 278
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 12
  22.     Top = 8
  23.     Width = 260
  24.     Height = 29
  25.     AutoSize = False
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clNavy
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = []
  31.     ParentFont = False
  32.     WordWrap = True
  33.   end
  34.   object RadioGroup1: TRadioGroup
  35.     Left = 12
  36.     Top = 44
  37.     Width = 255
  38.     Height = 88
  39.     HelpContext = 164
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clBlack
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     ParentFont = False
  46.     TabOrder = 0
  47.   end
  48.   object Button1: TButton
  49.     Left = 115
  50.     Top = 163
  51.     Width = 72
  52.     Height = 22
  53.     HelpContext = 49
  54.     Default = True
  55.     Font.Charset = DEFAULT_CHARSET
  56.     Font.Color = clBlack
  57.     Font.Height = -11
  58.     Font.Name = 'MS Sans Serif'
  59.     Font.Style = []
  60.     ParentFont = False
  61.     TabOrder = 1
  62.     OnClick = Button1Click
  63.   end
  64.   object Button2: TButton
  65.     Left = 195
  66.     Top = 163
  67.     Width = 72
  68.     Height = 22
  69.     HelpContext = 44
  70.     Cancel = True
  71.     Font.Charset = DEFAULT_CHARSET
  72.     Font.Color = clBlack
  73.     Font.Height = -11
  74.     Font.Name = 'MS Sans Serif'
  75.     Font.Style = []
  76.     ParentFont = False
  77.     TabOrder = 2
  78.     OnClick = Button2Click
  79.   end
  80.   object CheckBox1: TCheckBox
  81.     Left = 12
  82.     Top = 138
  83.     Width = 261
  84.     Height = 17
  85.     HelpContext = 55
  86.     Checked = True
  87.     State = cbChecked
  88.     TabOrder = 3
  89.   end
  90. end
  91.